home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 24 / PCGamer24_23Demos.iso / WarZone 2100 / data1.cab / Program_Executable_Files / script / fastplay / s-demo-ai.vlo < prev    next >
Text File  |  1998-10-21  |  1KB  |  66 lines

  1. /*
  2.  * AI values for Cam1-2
  3.  *
  4.  * John & Kev
  5.  *
  6.  */
  7.  
  8.  
  9. script "s-demo-ai.slo"
  10. run
  11. {
  12.  
  13. // first attack pos for enemy1 (at bunkers)
  14. rBlkX        int        5440        //front gates (heavy defended)
  15. rBlkY        int        3904
  16.  
  17. // position of base oil
  18. oilPatchX    int        2752        //storage area
  19. oilPatchY    int        3904
  20.  
  21. // position of player base
  22. playerX        int        6656        //LZ
  23. playerY        int        7040
  24.  
  25.  
  26. /* General Values */
  27. player        int        0
  28. enemy1        int        7    //barbarians (base1)
  29. enemy2        int        7    //barbarians (base2)
  30. enemy1Tot    int        8    //build total-ish
  31. enemy2Tot    int        8    //build total-ish (need to be the same?)
  32.  
  33. /* Enemy Tactics */
  34. //build templates
  35. trike        TEMPLATE    "BarbarianTrike"
  36. buggy        TEMPLATE    "BarbarianBuggy"
  37. bloke        TEMPLATE    "BaBaPeople"
  38. jeep        TEMPLATE    "BabaJeep"
  39. rktJeep        TEMPLATE    "BabaRKJeep"
  40.  
  41. //base1
  42. enm1        STRUCTURE    108    //base1=factory1
  43. enm1ID        STRUCTUREID    108
  44. enm1Ass1X    int        3392
  45. enm1Ass1Y    int        2240
  46.  
  47. enm1Ret1X    int        5312    //check these
  48. enm1Ret1Y    int        2368
  49. enm1Ret2X    int        5440
  50. enm1Ret2Y    int        3904
  51.  
  52. //base2
  53. enm2        STRUCTURE    323    //base2=factory1
  54. enm2ID        STRUCTUREID    323
  55. enm2Ass1X    int        3008
  56. enm2Ass1Y    int        6848
  57. enm2Ret1X    int        2240
  58. enm2Ret1Y    int        4544
  59. enm2Ret2X    int        2240
  60. enm2Ret2Y    int        4544
  61.  
  62.  
  63.  
  64. }
  65.  
  66.